Skip to content
/ React17 Public template

This is a template to start a new React Project with React 17. This will include basic folder structure and some minimal CSS implementations like SaSS. It will also include some basic necessary libraries for basic things required in a project such as overlay, carousel, and react-router-dom for routing.

License

Notifications You must be signed in to change notification settings

atulbhatt-system32/React17

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with React17 Project Template

This is a template to have a quick start of a react project with React17 as there are lot of libraries that are not compatible with React18. This template is not meant to be used as a full-fledged project.

Requirements

  • Tested with nodejs v16.0.0

Getting Started

React17 Project Template is a client side only project and is built by modifying the Create React App scripts.

Installation and running

Step 1. Install modules

From a terminal, navigate to the project folder and run:

npm install

Step 2. Running in development mode

In the project folder run:

npm run start

This will start the React app in development mode Open http://localhost:3000 to view it in the browser.

Step 3. Build for testing and production use

A build of the app is necessary to deploy for testing purposes or for production use. To build the project run:

npm run build

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

One can contribute by creating pull requests, or by opening issues for discovered bugs or desired features.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Features List

  1. All the features of the Create React App
  2. Stable and tested with React17
  3. Basic features to get started with React17

About

This is a template to start a new React Project with React 17. This will include basic folder structure and some minimal CSS implementations like SaSS. It will also include some basic necessary libraries for basic things required in a project such as overlay, carousel, and react-router-dom for routing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published