jessefrench / react-topics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Topics

Starting the Project

  1. From your command line, be in the root directory and run npm install OR npm i for short.
  2. Next, run npm run prepare. This command sets up husky to track eslint errors on commit that will make your deploy fail on Netlify.
  3. To start your application, run npm run dev. THIS IS THE COMMAND YOU WILL USE TO RUN YOUR DEVELOPMENT SERVER FROM NOW ON.
  4. Open http://localhost:3000 with your browser.

About


Languages

Language:JavaScript 97.9%Language:CSS 1.6%Language:Shell 0.5%