Sample React template based on react version 16.3.0^
- MacOS
- Homebrew, install from https://brew.sh/
- Node.js, install with brew install node
Ensure you have the minimum requirements specified in Prerequisites. To set up a development environment, run the following instructions.
npm install
installs all npm package dependencies
Do these commands on separate terminals:
npm run dev
bundles code base through webpacknpm start
creates server with default port 8080
npm run build
- React
- React-redux
- React-router
- Webpack
- Babel
- Eslint
- SCSS
- Express
This project is licensed under the MIT License