Skip to content

snuzi/devblogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contribute

  1. Add your dev blog awesome-dev-blogs
  2. Frontend application devblogs
  3. Blog aggregator devblogs-aggregator

Available Scripts

In the project directory, you can run:

npm run start-index

Starts meilisearch index docker container.

npm run update-index

Update index settings and upload sample data to meilisearch index. It is recommended to run this command as often as possible because the index schema might change.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Built with:

  • React - A JavaScript library for building user interfaces
  • Instant MeiliSearch - A plugin to establish the communication between your MeiliSearch instance and the open-source InstantSearch tools (powered by Algolia) for your front-end application.
  • React InstantSearch - React InstantSearch is a library for building blazing fast search-as-you-type search UIs.
  • TypeScript - A language for application-scale JavaScript.