Skip to content

luisbastir/react-base-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Base Guide

This is a demo app using React-js. This project is based on a course taught by Maximilian Schwarzmüller for learning and practicing purposes.

The main purpose is to use this project as a template to implement basic and advances features with React-js on future projects.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You need to install Git, and Node.js and NPM on your local machine.

Then clone this repository by running the following command

> git clone https://github.com/luisbastir/react-base-guide.git
> cd react-base-guide

Installing

First you need to build the app by running the follow command

> npm install

Then run the server with:

> npm run start

On a web browser, go to http://localhost:3000/ and start enjoying the app.

Built With

  • Node.js - Backend server
  • NPM - Node Package Manager
  • React.js - JS library to build user interfaces

Author

Luis Bastidas Github's Profile

License

MIT License

Copyright (c) 2018 luisbastir

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

React Base Guide - React application demo

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published