Skip to content

Headless WordPress with React.js Demo (featured at #WCKochi 2019)

Notifications You must be signed in to change notification settings

kumarabhirup/headless-wordpress-with-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏄 headless-wordpress-with-react

Type emoji-log Twitter

📦 Setup

🖥️ Development environment

  • Run
$ git clone https://github.com/KumarAbhirup/headless-wordpress-with-react <PROJECT_NAME> # to clone project
$ cd <PROJECT_NAME> # enter in the project
$ yarn # install modules
$ yarn dev # run development server
  • Visit http://localhost:3001/

⚒️ Linting

In VSCode

  • Install ESLint and Prettier VSCode extensions.
  • Done! Now you have live linting and autofixing setup!

In Any other IDE

  • Run yarn lint to check for linting errors.
  • Run yarn lint:fix to fix the linting errors.

🦄 Info

  • To customize the linter, use .eslintrc.js and .prettierrc file. Learn more

📝 License

MIT - Source code by Kumar Abhirup

Follow me 👋 on TwitterTwitter

Releases

No releases published

Packages

No packages published