Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/logustra/arsitag-react-with-nextjs
Convert Workflow 'test-arsitag' Repository to React with Nextjs
https://github.com/logustra/arsitag-react-with-nextjs
axios babel bootstrap bootstrap4 font-awesome font-awesome-5 next nextjs react react-fontawesome reactjs server-side-rendering ssr styled-components
Last synced: 29 days ago
JSON representation
Convert Workflow 'test-arsitag' Repository to React with Nextjs
- Host: GitHub
- URL: https://github.com/logustra/arsitag-react-with-nextjs
- Owner: logustra
- Created: 2018-05-13T15:21:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-23T19:44:10.000Z (over 6 years ago)
- Last Synced: 2024-11-22T07:27:06.014Z (3 months ago)
- Topics: axios, babel, bootstrap, bootstrap4, font-awesome, font-awesome-5, next, nextjs, react, react-fontawesome, reactjs, server-side-rendering, ssr, styled-components
- Language: JavaScript
- Homepage: https://arsitag-react-with-nextjs-wyoolssnft.now.sh/
- Size: 409 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Quick Start
1. Make sure you have these installed
* [node.js](http://nodejs.org/)
* [yarn](https://yarnpkg.com/en/)2. Clone repository `git clone https://github.com/logustra/arsitag-react-with-nextjs.git`
3. CD to the folder `cd arsitag-react-with-nextjs`
4. Run `yarn install`
5. Run `yarn build` or `yarn start` or `yarn dev`
* `yarn build` to build a version for production
* `yarn start` to run the server in production
* `yarn dev` to start a local server for development
7. Happy to use :)## Reference
File Structure : [medium.com](https://medium.com/@alexmngn/how-to-better-organize-your-react-applications-2fd3ea1920f1)React Binding Patterns : [medium.freecodecamp.org](https://medium.freecodecamp.org/react-binding-patterns-5-approaches-for-handling-this-92c651b5af56)
What is Aux : [github.com](https://github.com/gajus/react-aux)
Learn Nextjs : [nextjs.org](https://nextjs.org/learn/)
Universal Webpack, CSS Imports, Plugins and Zones : [zeit.co](https://zeit.co/blog/next5)
Centralizing Routing : [github.com](https://github.com/zeit/next.js/wiki/Centralizing-Routing)