Skip to content

clonn/parcel-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parcel-react-app

it is reference to parcel-react, and it includes

  • es6
  • es7
  • async / await
  • axios
  • react and react dom

install

  • node v10.15.x is required
  • npm 6.5.x is required

start

$ cd $PROJECT_ROOT_PATH
$ npm install
$ npm start

it will start a server with 3000 port

$ open http://localhost:3000

build

npm run build

and you can build with no-minify or no-cache

npm run build:no-cache
npm run build:no-minify

LICENSE

MIT Auth: clonn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published