This is a starter pack for building Vanilla JS apps. It has configurations set up for Webpack and includes linter files for linting. You can find a step-by-step guide on how to build this from scratch here.
To get a local copy up and running follow these simple example steps.
- Clone the repository by running
git clone https://github.com/krys2fa/vanilla-js-starter-pack.git
. - Change directory into the cloned folder with
cd vanilla-js-starter-pack
. You may choose to change the folder name to match your intended project. - Run
npm install
in your terminal/command line to install dependencies. - Run
npm start
in your terminal/command line to start developing your app. - Run
npm run production
when you are done and ready to deploy to production.
👤 Christopher Amanor
- Github: @krys2fa
- Twitter: @krys2fa
- Linkedin: Christopher Amanor
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Kindly give this repository a ⭐️ if you like this project!
- Linter configuration files were borrowed from Microverse Inc.
This project is licensed under the MIT License.