A clone created for the purpose of learning of the popular browser plugin, Momentum.
To get the project running on your machine, follow the instructions below.
Requires Yarn to be installed for dependencies.
With Yarn installed, navigate the terminal into the project and run:
yarn install
Compile the JS/JSX code with:
yarn build
Run the local server with:
yarn run dev-server
The project will now be running at http://localhost:8080/.
- React
- Babel
- Webpack
Check out the guide on contributing to the repo in CONTRIBUTING.md.