Skip to content

TzolkinB/react-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-template

React template to quickly scaffold new apps.

Dev Client Clone & Installation

Clone and rename the react-template repo:

git clone [email protected]:TzolkinB/react-template.git new_repo_name
* don't forget to add the .gitignore and .babelrc files

Set up remote as usual:

git remote add origin [email protected]:TzolkinB/(new_repo_name).git
// check that remote url is correct
git remote --verbose
// if it is not correct
git remote set-url origin (correct repo url)
git push -u origin master

Then install all of the npm dependencies:

$ npm install

Usage

To start the client in development run:

$ npm start

This command will open a new window running at a default port of 4280 in your browser at http://localhost:4280.

Versions

Package Version
react ^16.10.2
react-dom ^16.10.2
react-redux ^7.1.1
react-router ^5.1.2
redux ^4.0.4
webpack ^4.28.0

About

React template to quickly scaffold new apps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.1%
  • CSS 15.8%
  • HTML 7.1%