Giter Club home page Giter Club logo

react-init's Introduction

react-init

A simple starter kit for creating the React JS applications.

Installation

Install the dependencies and devDependencies:

$ cd react-init
$ npm install

Development mode

Start the development server:

$ npm start

The application will be available at the localhost:5173 link in browser.

Production mode

To build the application for production use this command:

$ npm run build

All created files will be available at the dist folder of project.

Preview results after build

Run this command:

$ npm run preview

The application will be available at the localhost:4173 link in browser.

Manual installation

This part about manual installation of packages for project. This is a showcase about how to create project from scratch in case if the package.json file doesn't contain any packages.

Install project dependencies

$ npm i -S react react-dom

Install development dependencies

$ npm i -D vite @vitejs/plugin-react @vitejs/plugin-legacy sass terser

Install Sublime 3 packages

This step is optional (no needed if you use another code editor). List of packages:

  • Babel
  • Sass
  • Emmet

react-init's People

Contributors

dependabot[bot] avatar serg avatar tarvit avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

tarvit

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.