Skip to content
This repository was archived by the owner on May 5, 2020. It is now read-only.

Brykou/js-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

File upload

Stack

WWW

Server

How to run ?

Start the server. Note that you can change server configuration in server/config.js. By default, server run on port 3001.

cd server
npm install
npm run start

Start the client. If you changed server configuration, go to config/webpack.config.dev.js to update publicUrl. This URL is used to request API endpoint and static server.

cd wwww
npm install
npm run start

Access to http://localhost:3000 to see the app.

About

PoC to explore file upload through a JS stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors