Skip to content

samie820/bare-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bare-react-app

Bare bones ReactJS boilerplate with just two production dependencies (React and React-Dom)

Getting Started

These instructions should get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Things you need to get started:

Installing

To get the project running, follow these steps:

  • Clone this repository or (Fork it):
git clone https://github.com/samie820/bare-react-app.git
  • Install all the project's dependencies:
npm install
  • Once that's done, run the project:
npm run dev or npm run dev:open
  • To create a production build of the project:
npm run build

Built With

  • Javascript
  • React - (UI library)

Contribution

Please read the CONTRIBUTING.md file (Soon to be added) to see how you can contribute and add more features to the project.

About

A bare bones ReactJS boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published