Skip to content

ElsaLebas/frontend-setup-boilerplate

Repository files navigation

First clone this repository. You must have yarn installed.

Make sure you have Node installed and you are using >=14.17.0

node -v
nvm install 14.17
nvm use 14.17

Then run

rm -rf .git
yarn install

Make sure you have ./node_modules/.bin in your $PATH!

echo $PATH

This way you can run this:

eslint src
webpack-dev-server

Once a file has been updated in your text editor, you can run it with:

node src/index.js

About

Boilerplate to start a new frontend project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published