A simple mobile web ecommerce built in pure react.
Live version: https://simple-ecommerce.netlify.com
Make sure you're aleready install NodeJS and Yarn. After that run this several command.
- Add project
$ git clone https://github.com/jurnalanas/simple-ecommerce.git
$ cd simple-ecommerce
$ cp env.sample .env # adjust the value in it as needed
$ yarn # install all dependencies
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Launches the test runner in the interactive watch mode.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
- Muhammad Nasrurrohman - @jurnalanas
This project is licensed under the MIT License - see the LICENSE file for details
- Consider redux (?) (currently using React Context for the state management)
- e2e tests
- unit tests