Skip to content

trungvuNeji/MarconiReact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marconi

This was set up using create-react-app for quick set up. All the webpack and live-reload are already included.

Every changes should be made in the src folder.

To start the project, just run

$ npm install
$ npm start

The webpage will be opened up at localhost:3000, and will be auto-reload upon every save.

For the production, please run

$ npm run build

It will create the build folder that has all the static html and bundle.js files.

For i18next

Under src, there's utils folder where I keep all the translation files.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published