atulbhatt-system32 / Games

A Web3 project

Home Page:games-gamma-five.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

A Web3 project

games-gamma-five.vercel.app

License:MIT License


Languages

Language:JavaScript 51.6%Language:SCSS 34.5%Language:HTML 7.8%Language:CSS 6.1%