Skip to content

Ggoals/ReactJS.SPA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactJS.SPA

Directory Layout

.
├── /node_modules/              # 3rd-party libraries and utilities
├── /src/                       # The source code of the application
│   ├── /components/            # React components
│   ├── /config/            	# Routing config file
│   ├── /public/                # Static files which are copied into the /build/public folder
│   ├── /utils/                 # Utility classes and functions
│   ├── /app.js                 # Client-side startup script
│── gulpfile.js                 # Configuration file for automated builds
│── package.json                # The list of 3rd party libraries and utilities
└── webpack.config.js           # Webpack configuration for bundling and optimization

Getting Started

$ npm install -g gulp           # Install Gulp task runner globally
$ npm install                   # Install Node.js components listed in ./package.json

About

ReactJS(SPA)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published