Skip to content

strvcom/template-react-cra

Repository files navigation

PROJECT_NAME

Get Started

  1. To create a project based on this template click on the Use this template button
  2. Find and Replace PROJECT_NAME placeholder with the real project name
  3. Delete libraries which do not satisfy project needs
  4. Delete this section from README
  5. To cover your tracks and incorporate the changes to the project's Initial commit, run these commands:
git commit -a --amend
git push -f origin master

Documentation

For details on how to use Next.js, check out the documentation.

Prerequisites

  • node
  • yarn

Usage

Firstly, install all necessary dependencies:

yarn install

To start a development server:

yarn start

To build the app for production:

yarn build

To run tests:

yarn test

Deployment

TODO: add info after setup

What's Inside

About

Template repository for bootstrapping React project written in TypeScript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published