- ReactJS (Setup with create-react-app)
- Redux for state management
- Axios for HTTP requests
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.