Git Product home page Git Product logo

react-parcel-starter's Introduction

React Parcel Starter Kit

This is a minimal React starter project that uses the Parcel JS to build the project. Only React and React DOM modules have been installed.

Prerequisites

Do note if you use npm, a different lock file will be created. If you wish to use npm instead of Yarn, then delete yarn.lock file. Don't mix package managers.

How to setup a project

First create a completely blank GitHub/BitBucket repository on your account. Then execute the following commands to install blank new React project in your machine:

# Replace `projectName` with a name of your choice
$ git clone [email protected]:brandiqa/react-parcel-starter.git projectName
$ cd projectName
$ git remote rm origin
# Replace `username` and `repositoryName` with your values
$ git remote add origin [email protected]:username/repositoryName.git
$ git config master.remote origin
$ git config master.merge refs/heads/master
$ git push -u origin master
$ npm install

How to run

After you have completed the above steps. You'll need to install the dependencies first before you start the dev server.

npm install
npm start

Miscellaneous

Open the file package.json and update the repository details. You may also need to update the dependencies manually if a major version has been release.

Contribution

Simply create a fork of this project. Do your contribution on a separate branch then submit a pull request for review.

react-parcel-starter's People

Contributors

brandiqa avatar dependabot[bot] avatar

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.