Skip to content

Boiler plate is provides a quick start to the project. DONT REPEAT YOURSELF!

Notifications You must be signed in to change notification settings

AtakanCSKNDR/ReactBoilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is boilerplate

Boiler plate is provides a quick start to the project. DONT REPEAT YOURSELF!

Getting Started

Vue-Boilerplate requires Node.js to run.

Install the dependencies and run the project in development.

$ cd ReactBoilerplate
$ npm install
$ npm start

Contents

ReactBoilerplate uses a number of open source projects to work properly:

  • React.js - Framework for building user interfaces.
  • Ant Design - Ant Design is a UI Library.
  • Axios - For HTTP requests (GET-POST-PUT-DELETE).
  • Redux - Redux is a state management pattern + library for React.js applications.
  • node.js - evented I/O for the backend

And of course ReactBoilerplate itself is open source with a public repository on GitHub.

Documentation

Architecture

📁 Assets - to store your images and styles.

📁 Services - to describe your services like API or JWT service.

📁 Components - to create your component and use every page.

📁 Entities - to describe your entities and form elements.

📁 Locales - Describe words in tr and en folders and use in view page.

📁 Router - Create a new modules and describe your route. After that call the module in index.js.

📁 Redux - to store your datas with redux.

📁 Views - Already you know .

Routing and views

State Management

Languages and technologies

About

Boiler plate is provides a quick start to the project. DONT REPEAT YOURSELF!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published