Skip to content

TWChennai/build-your-own-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build you own - React

This project contains the base skeleton for Build your own - React workshop

Scripts

In the project directory, you can run:

npm install

Run this to install project dependencies.
This must be ran first before all other commands

npm run dev

Runs the app in the development mode.
Open http://localhost:8080 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Runs jest test runner with all the written test.
You can also see code coverage at the end

npm run lint

Validates current source files with eslint for coding styles and formatting

npm run build

Builds the app for production to the dist folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

npm run start

Runs the production built app in dist folder using serve.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published