Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 583 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 583 Bytes

Front-End Web 100 Starter Project

This is a project created for the Front-End Web 100 Class.

It is a starter project that has WebPack installed, and the Babel loader, as well as loaders for CSS.

Some Commands

This project uses NPM scripts, configured in the package.json file. These commands should be run in the root directory of this project from a terminal window.

To Install the Dependencies

npm install

To run your specs (tests)

npm test

To run your application in development mode

npm run dev

To build your application

npm run build