- React 16
- Webpack 4
- Babel 7
- Hot reload
This is a basic structure that you can use for any project size; it's a quick start to help you start.
- Node js => v8
- Install dependencies
yarn (or npm i)
- Run
yarn dev (or npm run dev)
to start dev server onhttp://localhost:3000
yarn dev (or npm run dev)
: Start the application on development modeyarn build (or npm run build)
: Build production build ondist
directory
- Install serve running
npm i -g serve
- Run
serve dist/ -s
Go ahead and have fun ;D
MIT © Rodrigo Wippel