JS practice project from (The Odin Project). rock paper scissors GUI
- Clone the repository then write
npm i
- after
npm i
writenpm run dev
to run server local
These scripts can be run by yarn SCRIPT_NAME
or npm run SCRIPT_NAME
. They're available in package.json
with key: scripts
snowpack
copies the scripts you configure fromnode_modules
toweb_modules
. You will need to run this command every time you install a new dependencytest
run the workflow unit tests. You probably will need to override this with your own tests.dev
starts the development server.build
run the necessary scripts to build your application.