- Javascript
- ESLint
- webpack/webpack-cli
- learnhowtoprogram.com
- Jest
- Babel
- TDD
- NPM
- Git Bash
- Github
- Use "Code" button to clone this repository
- Navigate to appropriate folder on your machine and use
git clone
- Navigate to top level directly and run
npm install
- After installing npm, run
npm run build
in your terminal. This will bundle the appropriate files into index.html in the distribution folder. - Then run the command
npm run start
to start the project server and view the application (use ctrl(cmd) + c to exit server in terminal) - Open the code with the code editor of your choice.
- To test the code use the command
npm test
- If you receive errors regarding the web pack run, 'npm install [email protected] --save-dev --save-exact'
- If you continue to have issues setting up the environment, try deleting the package-lock.json file and the node_modules folder from the project. Then rebuild the environment by running
npm install
again.
- No known current bugs
MIT Copyright 2023 Jase Grable