/React-Starter-Template

Web app starter template made with React.js

Primary LanguageTypeScript

React Starter Template

This is a simple and easy way for people to get started with building a web app with React. This React app combines Webpack 4 and Babel 7. This template includes a navbar and footer with routing, and styling.

Getting Started

These instructions will get you a copy of the template up and running on your local machine for development.

Prerequisites

What things you need to install the software and how to install them

Development

A step by step series of examples that shows you have to get a development env running

Open up a terminal in the root directory of the project and execute:

npm install

Npm will install all of the project dependencies which include All of this, and all of their dependencies.

Now execute:

npm start

to start your development env.

Production

Now execute:

npm run build

to begin building your app for production.

Built With

Docs

Authors

Cheers! 🎉