joshpensky / react-starter

A starter React app for future projects and endeavors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-starter

A starter React app for future projects and endeavors

Getting started

Dependencies

Follow the instructions in the links below to install the required dependencies on your local machine:

Environment

Fork this repository and clone the new one onto your local machine. In the root directory of the folder, run the following command:

$ npm i

This will install of the necessary dependencies for development. Next, you're going to want to set up a local instance of the project running in a server. To do so, run the following command:

$ npm start

You should now be able to visit localhost in your browser and begin development!

Note: if at any time you would like to cancel the running server instance, press CTRL + C in the open terminal window.

About

A starter React app for future projects and endeavors


Languages

Language:JavaScript 78.1%Language:CSS 18.4%Language:HTML 3.4%