Skip to content

Personal boilerplate for projects involving JS. Follows Verekia's js-stack-boilerplate with modifications.

License

Notifications You must be signed in to change notification settings

jooohhn/js-starter

Repository files navigation

Build Status Coverage Status

Installation and Testing

git clone https://github.com/jooohhn/js-starter.git
cd js-starter
yarn

# Runs development @ http://localhost:8000/
yarn dev

# Runs production @ http://localhost:8000/
yarn prod

# Stops production process
yarn prod:stop

# Analyze bundle size
yarn prod:analyze

# Run tests
yarn test

Considerations

  • Minimalist boilerplate. Does not contain styling or serverside rendering

About

Personal boilerplate for projects involving JS. Follows Verekia's js-stack-boilerplate with modifications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published