Skip to content

jay663/frontendweb100

Repository files navigation

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

About

Front End Web Development 100 Course Examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published